----------------] Version 2.0
------------------------------------------------
Build: 25
	[Bugs]
	- Alias bug. If you saved via command all alias would be wiped out.
	- Voteban bug. Users could ban those with higher access then themselves. Now changed to you can voteban those with flags worse than 'S'.
	[Changes]
	- Added a menu option to request a verbyte for the current product set via BNLS or a another third party server.

Build: 24
	[Changes]
	BIG CHANGE: Vanquish was made more secure primarily through this verison.

	- More of a security measure for error prone users. The bot will not add flags prefixed with 'grp_' as users can make a mistake for adding a user to a non-existant group and accidetally adding a flag not desired. (Suggested by: Darkxir)
	- Cool random colors for the about thing. Did something else but I am not telling, figure it out yourselves (hint, hint)
	- Added loading time information. Kinda cool! I always enjoy the little things.
	- Plugins: Ban processor now has the option to use the queue or not.	
	- %c variable for messages: Flag_B,Flag_P, Flag_K which is replaced by the user's comment in the database.

	[Commands]
	- Added Command: 'ConsecBan', this command will ban multiple users without the use of the queue instantly. Similar to the 'own' command many bots use. The outgoing messages will be queued since the messages are taken into account after the command is executed.

	[Bugs]
	- Command: 'Autodesignate off' it was hardcoded as 'Autodesignate off'' had a typo! oops (Thank you: Darkxir)
	- Flag 'R' users were not able to add users anything. 

	[Upcoming]
	- I am creating a Winamp plugin extension for Vanquish. :)

Build: 23
	[Changes]
	- Few more plugin functions such as: Get_Product(), Get_Channel(), Unload_Plugin(), Get_LastMessageSent(). Plugin system version is now at Revision 5. (Suggested by WiReS)
	- Some measures taken to make sure a REAL product value is set to fix the status bar bug saying there is no product. (Thank you WiReS)
	- New inbot commands: \loadplugin <plugin.dll>, \unloadplugin <plugin.dll>
	- Moderation variables are now reset upon disconnect such as channel, product, username, etc.	
	- Higher resolution for uptimes is now used and can exceed the 49 (w/e) day limit.
	- BNCSutil version checking menu option was removed, it doesn't seem to work so forget it. Cloaked doesn't update the information or something. *shrugs*
	
	[Bugs]
	- Uptime bug relating to inchannel uptime (Thank you Coke)
	- Menu to open database, now opens the database you specify not just the generic 'Database.txt'
	- Small spelling mistake, changed to: '(BNET) Attempting to connect to the server...' (Thank you WiReS)
	- The executable can now be executed stand-alone. You won't run into any errors if you just execute the application w/o files.

Build: 22
	[Bugs]
	- Fixed the InBot Command Plugin Interface (lol...)

Build: 21
	[Changes]
	- Added InBot Command Plugin Interface (Suggestion by: WiReS)

Build: 20 (4.11.2005)
	[Bugs]
	- WAR3 bug where you can not logon using hash files. This bug is now cleared. Caused by generating a new NLS value instead of using the existing one. No clue why, oops!
	- Command Logging now can be turned off, the menu is now check if on, on start up of the application. It's also an option in Settings.ini!
	- Any double banning that may occur for flag B, P users.
	- Flag 'K' users are now last on priority like it SHOULD have been. (grr..)
	- Bug where the wildcard itself was flag checked instead of the username associated with the wildcard during wildcard banning for 'ban' and 'kick' commands.
	- Opening Aliases.txt from the menu now opens it instead of 'Alias.txt'
	- Bug with the news code pretaining to build info.

	[Changes]
	- Updated debugmode to provide more information throughout the debugging process to help myself as well as users.
	- Internal Record Database changes and updates.
	- Stripped System Keys parsing, it was causing bugs and I decided to make a plugin for it later on.

----------------] Beta Testing Period Change Log
------------------------------------------------
Beta III (Build: 16 through 19)
	[Bugs]
	- Forgot to free the memory of the nls_init pointer return value thus producing errors upon the reconnect and other things that called the Close_Bot() sub.
	- Small email registration bug pretaining to when you create an account on WAR3. Works properly now.
	- The floodmode now takes into account messages for the queue (Thank you Warrior)

	[Changes]
	- System keys are now requested again and are correct.
	- Addtional informational messages are provided during the connection.	
	- Additional exit message on all methods of termination of the application.
	- Added Vanquish Bot Online Database support. Script created by Warrior (Thank you)
	- BNCSutil.dll version (1.0.2) has been updated significantly -> Memory leaks were fixed. (Thank you Cloaked)
	- Updated the plugin structure with addtional functions as well as allowed the mangled Diablo II usernames to not be changed to further extensibility. Revision -> 3

	[Commands]
	- Floodmode -evade on/-evade off allows for the ability to evade flood bot events altogether.
	
	[Upcoming]
	- Final version to be sent out -> Build 20 hopefully. :)

Beta II (Build: 6 through 15)
	[Bugs]
	
	- Spelling error found on "They're are no masters..." (Thank you CrAz3D)
	- You can now connect to BNLS, if you had troubles before because of the msgbox.
	- Database command errors. You now recieve correct or actual responses on several commands.
	- setuser/setgroup can use multiple +/- in one sequence as intended.
	- Remuser <user> <group>, deletes user from database and responds.
	- Massive issue where the bot thinks it doesn't have operator status when it does. [Fixed]
	- ?trigger/?whoami commands now occur if the bot does not has operator status.
	- Flags 'B', 'P', and 'K' now actually auto-moderate on Join and User events. (Thought I had done this!)
	- Minor tray and hex protection problem was fixed.
	- Ban list clears now upon joining new channel.
	- Normal, Tray, Minimize commands now work and were classed as flag indicators for the 'Window' command. (Thank you Divine)
	- Minor tray bug fixed dealing with the main form's caption.
	- FindLS command fixed. (Thank you CrAz3D)
	- EndMeeting response fixed. (Thank you CrAz3D)
	- Fixed Diablo II username conversion flaw regarding how the bot converted Diablo II users while on Diablo II.

	[Changes]
	
	- Added and adjusted some chat events including emoting and whispers (Suggested by CrAz3D)
	- Changed some more chat event colors.
	- Added ping spoof's: -1ms, 0ms
	- Added UDP plug support
	- 'save' command now saves the command log and aliases.
	- Adjusted queue. Messages sent a bit quicker.
	- Bot displays whether it has operator status or if it does not based on battle.net events.
	- Added Flag_B, Flag_P, Flag_K custom ban messages.
	- Made 'Window' Command which organizes various window states.
	- Additional flag indicator for 'Window' => -hidden (Thank you Divine for suggesting this)
	- Added addtional shortcuts. All menu options now have a shortcut.
	- Added Get_Path() function returning the application's path. (For Plugins) Revision changed to: 2
	- Command Logging now displays the users's flags during the command.
	  Format: <Username> (<flags>) '<command>' [<Date and Time>]

	- HUGE CHANGE: Conversion to using Cloaked's BNCSutil.dll
	- Added version checking for BNCSutil.dll via a menu option.
	- Email registration and WAR3 Account creation added.

	[Commands]
	
	- <n/a>

	[Upcoming]

	- Website under construction?
	- Perhaps a PHP view form of users using Vanquish Bot. Anyone who wishes to help please message me, I do not know enough PHP.

Beta I (Build: 1 through 5) => First initially release ever for Vanquish Bot v2.0
	[Bugs]
	
	- Fixed any double banning that may occur hopefully. I saw a couple procedures that didn't do what they were supposed to hopefully most these have been resolved.
	- Closed news socket, now able to retrieve news via the menu.	
	- Fixed ?whoami/.whoami command.
	- Fixed <botname><':' or ",">, the other ways to command the bot.
	- Fixed Victimcount message to make it look more appealing.
	- Alias commands have been fixed: -add (Checks for same alias and replaces with command), -remove (Now works properly.)
	- Changed response of lastwhisper.
	- Bug where the bot though it had ops in a private channel when it didn't. All cleared.
	- Userlist Bug. Userlist array is now cleared on a new channel. (oops)
	- Forgot a tiny bracket on userinfo response command.
	- Fixed chat showing. (Thank you WiReS)
	- Fixed HUGE database bug relating to adding wildcards and the way they are interpeted.
	- You are now able to minimize to tray. More efficient than it would have been anyhow now. (Thank you so much for your help Teh User)

	[Changes]
	
	- Proxy support is now available. It was not available before due to me semi-disabling it to get the beta out quickly. Sorry it was rushed. :'(
	- Added alias information to the readme. 
	- Cleaned code by using packet constants taken from Trust[e1]'s clse1Buffer.cls. Plan on using them down the road from now on.
	- Added chat messages now. I forgot! (Thank you CrAz3D) Light green = Flagged, Grey = Not flagged.
	- Increased queue variables to not flood over.
	- Added info about joining a channel.

	[Commands]
	
	- <n/a>